home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 3⁄16⁄90 / 0869-C++ 3.1b1-Mar90 < prev    next >
Encoding:
Text File  |  1990-03-16  |  2.8 KB  |  76 lines  |  [TEXT/GEOL]

  1. Item    1404483                         12-March-90        13:31PST
  2.  
  3. From:   D1950                           CSG, Don Phillips,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    C++ 3.1b1
  8.  
  9. Hi,
  10.  
  11. This is a very basic question.  We are in the process of moving from Object
  12. Pascal to C++.  Our version of MPW (Pascal, Assember, etc.) is 3.0.  The
  13. version of C++ that we have is 3.1b1.  My question is are the two versions
  14. compatible?  I remember reading in the manual that you can use the two versions
  15. of the tools and I have compiled MPW tool-programs successfully using the two
  16. versions.  However when I compile a MacApp program, I get the following error
  17. messages:
  18.  
  19. MABuild Nothing -noDebug -Autobuild
  20. MABuild - v. 2.0ß9 Release 7/5/89          Start: 15:52:15 3/13/90
  21.  
  22. Copyright Apple Computer, Inc. 1986-1989
  23. All Rights Reserved.
  24.  
  25. Target Folder: "Hobbes:MacApp:Libraries:.Non-Debug Files:"
  26. Making:        MacApp.Lib.MAMake
  27. ...
  28. Target Folder: "Hobbes:Work:Nothingƒ:.Non-Debug Files:"
  29. AutoMaking:    Nothing
  30. Compiling:     Nothing.cp
  31. File "Hobbes:MacApp:Interfaces:CIncludes:ULoMem.h"; line 98 # error: SignedByte
  32. GetCrsrBusy : SignedByte is not a type name
  33. File "Hobbes:MacApp:Interfaces:CIncludes:ULoMem.h"; line 98 # error: syntax
  34. error
  35. File "Hobbes:MacApp:Interfaces:CIncludes:ULoMem.h"; line 98 # error: syntax
  36. error
  37. File "Hobbes:MacApp:Interfaces:CIncludes:ULoMem.h"; line 98 # error: syntax
  38. error
  39. File "Hobbes:MacApp:Interfaces:CIncludes:ULoMem.h"; line 99 # error: syntax
  40. error
  41. File "Hobbes:MacApp:Interfaces:CIncludes:ULoMem.h"; line 99 # error: syntax
  42. error
  43. File "Hobbes:MacApp:Interfaces:CIncludes:ULoMem.h"; line 99 # error: syntax
  44. error
  45. File "Hobbes:MacApp:Interfaces:CIncludes:ULoMem.h"; line 99 # error: syntax
  46. error
  47. File "Hobbes:MacApp:Interfaces:CIncludes:ULoMem.h"; line 99 # error: syntax
  48. error
  49. File "Hobbes:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 275 # error:
  50. syntax error
  51. File "Hobbes:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 275 # error:
  52. type expected for PByte
  53. File "Hobbes:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 303 #
  54. warning: local typedef  VCoordinate ( long ) is not in scope of local class
  55. VPoint  members; using global ( long )
  56. File "Hobbes:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 301 # sorry,
  57. << CFront Version 1.0B1 (9/21/89; AT&T 2.0) ©Apple Computer, Inc. 1989 >>
  58. cannot recover from earlier errors
  59. ### MPW Shell - Execution of Hobbes:Work:Nothingƒ:.Non-Debug
  60. Files:Nothing.MakeIt terminated.
  61. search -i PByte ≈
  62. File "AppleTalk.h"; Line 25 # #define afpByteRangeLock 1      /*AFPCall command
  63. codes*/
  64. File "Slots.h"; Line 78 #     char spByteLanes;               /*bytelanes from
  65. card ROM format block*/
  66.  
  67.  
  68.  
  69. I am assuming this is caused by incompatible versions of MPW tools and C++ when
  70. compiling under MacApp.  Is this correct?
  71.  
  72. THX in advance
  73. Ken
  74. AppleLink: D1950
  75.  
  76.